Tip Calculator
View Demo
Table of Contents
Features
- Calculate Tip based on bill, tip and people amount.
- Calculate each statistics per person.
Follow the example
- Clone the repo
git clone https://github.com/Naskri/TipCalculatorReact .git
- Install dependencies
npm install
- Run a server
npm run dev
Project Link: https://github.com/Naskri/TipCalculatorReact